
body {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #808080;
    position: relative;
    z-index: 0;
    padding: 0;
    direction: ltr;
    text-align: right;
    min-height: 100vh;
}

body:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.3;
    z-index: -1;
}

a {
    transition: 0.3s all ease;
    color: #fbceb5;
}

a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Lato', Arial, sans-serif;
    color: #000;
}

.bg-primary {
    background: #fbceb5 !important;
}

.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #fff;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.login-wrap {
    position: relative;
    color: rgba(255, 255, 255, .9);
}

.login-wrap h3 {
    font-weight: 300;
    color: #fff;
}

.login-wrap .social {
    width: 100%;
}

.login-wrap .social a {
    width: 100%;
    display: block;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #000;
    background: #fff;
}

.login-wrap .social a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.form-group {
    position: relative;
}

.field-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .9);
    cursor: pointer;
}

.form-control {
    border: 1px solid #fff !important;
    height: 50px;
    color: rgb(26, 26, 26) !important;
    background: rgba(255, 255, 255, 0.21) !important;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, .8) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, .8) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, .8) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, .8) !important;
}

.form-control:hover, .form-control:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, .4);
}

.form-control:focus {
    border-color: rgba(255, 255, 255, .4);
}

textarea.form-control {
    height: inherit !important;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 2rem;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(255, 255, 255, .1);
    font-size: 20px;
    margin-top: -4px;
    transition: 0.3s;
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, .2);
}

/* Style the checkmark/indicator */
.checkbox-primary {
    color: #fbceb5;
    width: 100%;
}

.checkbox-primary input:checked ~ .checkmark:after {
    color: #e8e3e0;
}

.btn {
    cursor: pointer;
    border-radius: 40px;
    box-shadow: none !important;
    font-size: 15px;
    text-transform: uppercase;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
}

/*.btn.btn-primary {*/
/*    background: #fbceb5 !important;*/
/*    border: 1px solid #fbceb5 !important;*/
/*    color: #000 !important;*/
/*}*/
.btn.btn-primary {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    height: 50px;
}

.btn.btn-primary:hover {
    border: 1px solid #fbceb5;
    background: transparent;
    color: #fbceb5;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #fbceb5;
    background: transparent;
    color: #fbceb5;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #fbceb5;
    color: #fff;
}

.login-logo {
    height: 8rem !important;
    background: #fff;
    width: 8rem !important;
    border-radius: 50%;
    flex: none !important;
}

.login-logo img {
    height: 100%;
    width: 100%;
}

.m-load {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 3px;
    border: 5px solid #1702ff;
    border-radius: 100%;
    border-top: 5px solid transparent;
    animation: load-animate infinite linear 1s;
}

@keyframes load-animate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.remember {
    padding-right: 0.5rem;
    display: inline-block;
    width: 90%;
    text-align: right;
}
